Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > EnableWinHTTP

EnableWinHTTP

Boolean

true

Purpose

The EnableWinHTTP parameter enables the use of the Microsoft Windows HTTP Services (WinHTTP) library to perform low‑level network communications for server‑type environments.

This parameter is not available on the Windows Mobile platform, which does not support WinHTTP.

If WinHTTP is not installed, WinINET is used if it is enabled (that is, it is set to true).

If the EnableWinHTTP parameter and the EnableWinINET parameter are both set to true, WinHTTP is used in preference to the Microsoft Windows Internet application programming interface (WinINET). If both parameters are set to false, Windows HTTP Services and the Windows Internet application programming interface are disabled and a Web consumer can use only the JADE Direct scheme (that is, jadehttp.tcp).

WinHTTP proxy settings are configured using the proxycfg.exe tool. For details about configuring Internet proxy settings, see the relevant Microsoft documentation.

Parameter is read when …

The first JADE Web service consumer is created.